{% extends 'base/base.html' %} {% block title %}Event User Wish List{% endblock title %} {% block breadcrumb %}Event User Wish List{% endblock breadcrumb %} {% block content %}
Event User Wish List
{% for wish in eventwish %} {% endfor %}
# Event User Status Action
{{ forloop.counter }} {{ wish.event }} {{ wish.user }} {{ wish.status }}
{% endblock content %}